Objects Types and Constants Properties Methods Object Hierarchy Index

BuildKeyCode Method

Description:

Compose a key code out of a number of key combinations.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->BuildKeyCode(BaseKey, ModKey, ModKey2, ModKey3, &prop);

Visual Basic:
prop = object.BuildKeyCode(BaseKey, ModKey, ModKey2, ModKey3)

Parts:

BaseKey

ImsiKey

[in]

The base key

ModKey

VARIANT*

[in][optional]

The key modifier

ModKey2

VARIANT*

[in][optional]

A second key modifier

ModKey3

VARIANT*

[in][optional]

A third key modifier

prop

long

[out][retval]

The calculated key code

Defined in:

Application

Global


Objects Types and Constants Properties Methods Object Hierarchy Index

SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums